www.gusucode.com > PHP开源客户管理系统 v1.0PHP源码程序 > PHP开源客户管理系统 v1.0/khglxt_A5/khglxt_A5/app/helpers/br2nl_helper.php

    <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

if ( ! function_exists('br2nl'))
{
	function br2nl($text)
	{
		return preg_replace('/<br\\s*?\/??>/i', '', $text);
	}
}

/* End of file br2nl_helper.php */
/* Location: ./system/helpers/br2nl_helper.php */